tools/xenstore: fix link error with libsystemd
authorOlaf Hering <olaf@aepfle.de>
Fri, 5 Dec 2014 10:49:47 +0000 (11:49 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 9 Dec 2014 14:35:50 +0000 (14:35 +0000)
commitd8582553aaa074c7981f84cd326f95e38625a22c
treeda2233fcc96921364c0e47b86e3d529d7504a031
parenta4338f903185cd53eacb161394c56b768a6f9f2a
tools/xenstore: fix link error with libsystemd

Linking fails with undefined reference to the used systemd functions.
Move LDFLAGS after the object files to fix the failure.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Cc: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Cc: Ian Campbell <ian.campbell@citrix.com>
Cc: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/xenstore/Makefile